home *** CD-ROM | disk | FTP | other *** search
/ Holt Researcher: American History / Holt Researcher: American History.iso / pc / modules / dbmap.dxr / 00028.ls < prev    next >
Encoding:
Text File  |  2000-01-27  |  134 b   |  9 lines

  1. global gDBPictObjList
  2.  
  3. on mouseDown
  4.   windowName = (the activeWindow).name
  5.   tell the stage
  6.     dragWindow(windowName)
  7.   end tell
  8. end
  9.